Update Sulu Redirect Bundle recipe for 3.0 release - #1983
Merged
symfony-recipes-bot merged 1 commit intoJun 1, 2026
Merged
Conversation
symfony-recipes-bot
enabled auto-merge (squash)
May 20, 2026 15:44
Collaborator
|
Thanks for the PR 😍 How to test these changes in your application
Diff between recipe versionsIn order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. sulu/redirect-bundle2.0 vs 3.0diff --git a/sulu/redirect-bundle/2.0/config/routes/sulu_redirect_admin.yaml b/sulu/redirect-bundle/3.0/config/routes/sulu_redirect_admin.yaml
index f5629463..26da3be6 100644
--- a/sulu/redirect-bundle/2.0/config/routes/sulu_redirect_admin.yaml
+++ b/sulu/redirect-bundle/3.0/config/routes/sulu_redirect_admin.yaml
@@ -1,7 +1,3 @@
sulu_redirect_api:
- resource: "@SuluRedirectBundle/Resources/config/routing_api.yml"
+ resource: "@SuluRedirectBundle/Resources/config/routing_api.yaml"
prefix: /admin/api
-
-sulu_redirect:
- resource: "@SuluRedirectBundle/Resources/config/routing.yml"
- prefix: /admin/redirects
diff --git a/sulu/redirect-bundle/2.0/post-install.txt b/sulu/redirect-bundle/3.0/post-install.txt
index cf938b78..0d052af6 100644
--- a/sulu/redirect-bundle/2.0/post-install.txt
+++ b/sulu/redirect-bundle/3.0/post-install.txt
@@ -3,4 +3,4 @@
2. If the statements look fine to you, run the same command using --force to execute them.
3. Make sure your user has all the necessary permissions for the SuluRedirectBundle.
- * Read the documentation at https://github.com/sulu/SuluRedirectBundle/blob/2.x/Resources/doc/README.md
+ * Read the documentation at https://github.com/sulu/SuluRedirectBundle/blob/3.0/Resources/doc/README.md |
diimpp
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.